 @charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#555;line-height:1.6;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,'MiSans','Microsoft YaHei';min-width:320px;font-size:.875rem;padding-top:125px;}
a{color:#555;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#333695;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;width:100%;max-width:1360px;min-width:320px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:80px 0;overflow:hidden;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.font16{font-size:1.143em;}
.gray{background:#efefef;}

/* @font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot'); 
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'iconfont';  /* Project id 2769793 */
  src: url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.eot?t=1725108253982'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.eot?t=1725108253982#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.woff2?t=1725108253982') format('woff2'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.woff?t=1725108253982') format('woff'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.ttf?t=1725108253982') format('truetype'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.svg?t=1725108253982#iconfont') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* 头部 */
.headTop{background:#333695;height:35px;line-height:35px;color:#fff;overflow:hidden;position:fixed;top:0;left:0;width:100%;z-index:90;}
.headTop .lang{color:#fff;background: url('../images/lang.jpg') no-repeat left center;padding-left:35px;}
.headTop .lang:hover{text-decoration: underline;}
.headTop .fr{background: url('../images/dh.png') no-repeat left center;padding-left:25px;}
.header{width:100%;height:90px;line-height:89px;background:#fff; transition:all .5s;width:100%;left:0;z-index:99;color:#333;position:fixed;top:35px;left:0;width:100%;z-index:90;}
.header .container{position: static;}
.nav{width:50%;display:flex;justify-content:space-between;max-width:750px;font-size:1.143em;margin-left:7%;}
.nav .m{float:left;text-align:center;}
.nav .m>a{color:#333;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position:absolute;left:50%;bottom:25px;width:0;height:2px;background:#333695;transition:all .5s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#333695;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;left:0;}
.nav .navSub{position:absolute;top:120%;background:#fff;width:100%;text-align:center;padding:20px 0;transform:scaleY(0);opacity:0;left:0px;border-radius: 0 0 5px 5px;transform-origin:top;transition:top .5s,opacity .5s;line-height:1.8;border-top: 1px solid #eee;}
.nav .navSub li{display:inline-block;padding:0 30px;text-align:center;border-right: 1px solid #eee;line-height:1.8;}
.nav .navSub a{color:#191919;display:block;position: relative;transition:all .5s;}
.nav .navSub i{display:block;margin-bottom:20px;position:relative;width:100px;height:50px;background-size:100%;background-position:center;background-repeat: no-repeat;transform:scale(1.2);transition:all .5s;}
.nav .m1 .navSub li i{height:65px;transform:scale(1);}
.nav .navSub a:hover{color: #004ea2;}
.nav .navSub a:hover i{transform: scale(1.4);}
.nav .m1 .navSub a:hover i{transform: scale(1.2);}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:99%;}
.header .lang{width:48px;height:35px;background: url('../images/lang.png') no-repeat;right:320px;top:35px;}
.header .lang:hover{transform: scale(1.05);}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:24px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#333695;margin-bottom:5px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger span:nth-child(2){width:16px;}
.navTrigger-on span:nth-child(1){transform: translateX(3px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel,.wapLang{font-family:"iconfont";position: absolute;color:#333695;right:55px;font-size:1.5rem;line-height:1;top:18px;display:none;}
.wapLang{right:95px;font-size:1.8rem;top:15px;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;opacity:.5;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;}
.banner .swiper-pagination-bullet-active{opacity:1;}

@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 产品 */
.hTitle{margin-bottom:40px;color:#333;font-size:.75rem;text-transform: uppercase;line-height:1.4;}
.hTitle span{display:block;color:#1d2089;font-size:3em;font-weight:700;}
.hTitle b{color:#f08519;}

.product{background:#f9f9f9;}
.product ul{padding-left:1px;overflow:hidden;}
.product li{float:left;width:33.3%;background:#fff;border:1px solid #e5e5e5;margin-left:-1px;overflow:hidden;}
.product li .pic{height:320px;line-height:320px;text-align:center;display:block;overflow:hidden;position: relative;}
.product li .pic p{position:absolute;top:50%;color:#fff;left:0;color:#fff;z-index:2;transform:translateY(-50%);font-size:1.143em;width:100%;text-align:center;background:rgba(0,0,0,.5);opacity:0;transition:all .5s;}
.product li .pic span{padding:15px 0;position:relative;}
.product li .pic span::after,.product li .pic span::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:#fff;transition:all .5s;opacity:.8;}
.product li .pic span::before{top:auto;bottom:0;}
.product li img{max-height:100%;object-fit:cover;transition:all .5s;}
.product li .txt{height:320px;padding:60px 8% 20px 8%;border-top: 1px solid #e5e5e5;color:#666;}
.product li h4{font-size:1.429em;font-weight:700;text-transform: uppercase;color:#222;padding-bottom:10px;margin-bottom:20px;position:relative;transition:all .5s;}
.product li h4::after{content:"";position:absolute;width:30px;height:3px;background:#1d2089;bottom:0;left:0;}
.product li .more,.solution li .more{display:inline-block;margin-top:30px;background:#1d2089;width:100px;height:38px;line-height:38px;text-align:center;color:#fff;transition:all .5s;}
.product li:hover img{transform: scale(1.1);}
.product li:hover .pic p{opacity:1;}
.product li:hover .pic span::after,.product li:hover .pic span::before{width:20px;left:50%;margin-left:-10px;}
.product li:hover .more,.solution li .more:hover{background:#f08519;border-color: #f08519;}
.product li:hover h4{color:#1d2089;}
.product li:nth-child(2) a{display:flex;flex-direction: column-reverse;}
.product li:nth-child(2) .txt{border-bottom: 1px solid #e5e5e5;border-top:none;}

/* 解决方案 */
.solution ul{margin-right:-25px;overflow:hidden;}
.solution li{float:left;width:33.3%;padding-right:25px;margin-bottom:25px;}
.solution li a{display:block;position:relative;overflow:hidden;}
.solution li .pImg{padding-top:60%;}
.solution li .txt{position:absolute;right:0;top:calc((100% - 50px));width:100%;height:100%;text-align:center;color:#fff;background:rgba(29, 32, 137, 0.9);padding:0 5%;transition:all .5s;}
.solution li .txt h4{font-size:1.429em;height:50px;line-height:50px;margin-bottom:15px;}
.solution li .more{background:none;border:1px solid #fff;}
.solution li a:hover img{transform:scale(1.1);}
.solution li a:hover .txt{top:0;padding-top:30px;}

/* 关于我们 */
.about{background:#f9f9f9 url('../images/about_bg.jpg') no-repeat center;}
.about .hTitle{position: relative;padding-bottom:15px;margin-bottom:30px;}
.about .hTitle::after,.service li h4::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:3px;background:#ff5000;}
.aboutL{width:46%;}
.aboutL .txt{font-size:1.071em;margin-bottom:30px;line-height:1.8;max-height:260px;overflow-y:auto;}
.aboutL .txt p{margin-bottom:10px;}
.aboutMenu li{float:left;background:#fff;text-align:center;font-size:1.071em;margin-right:10px;}
.aboutMenu li a{display:block;width:130px;height:130px;border:1px solid #e5e5e5;padding-top:20px;}
.aboutMenu li i{font-family:"iconfont";font-style:normal;display: block;font-size:2.8em;line-height:1.2;margin-bottom:10px;}
.aboutMenu li a:hover{background:#1d2089;color:#fff;}
.aboutR{width:50%;overflow:hidden;}
.aboutR video{width: 100%;height: auto;display: inline-block;vertical-align: middle;}

/* 服务与支持 */
.service{position:relative;}
.service ul{padding:10px 5px;overflow:hidden;position: relative;z-index:2;}
.service li{float:left;width:25%;text-align:center;}
.service li a{color:#888;display:block;height:350px;padding:40px 8% 20px 8%;position:relative;top:0;}
.service li i{width:110px;height:110px;font-family:"iconfont";background:#ececec;display:inline-block;border-radius:100%;font-style:normal;font-size:3.5em;line-height:110px;color:#1d2089;transition:all .5s;}
.service li h4{margin:15px 0 20px 0;padding-bottom:10px;position: relative;font-size:1.714em;color:#222;}
.service li h4::after{width:40px;left:50%;margin-left:-20px;height:2px;}
.service li a:hover{box-shadow:0 3px 10px #eee;top:-5px;}
.service li a:hover i{background:#1d2089;color:#fff;}
#particles-js{position:absolute;top:0;left:0;width:100%;height:100%;}



/*底部 */
.footer{background:#434343;overflow:hidden;font-size:.875rem;color:#b6b6b6;}
.footMain{padding:60px 0 50px 0;overflow:hidden;line-height:2.2;}
.footMenu{overflow:hidden;width:50%;display: flex;justify-content: space-between;}
.footMenu dl{float:left;}
.footMenu dt,.footTxt h4{font-size:1.125em;color:#fff;margin-bottom:15px;line-height:1.2;position: relative;}
.footMenu dt::after{content:"\e60f";position: absolute;right:0;top:0;transition: transform 0.3s ease;display:none;font-family:"iconfont";opacity:.4;}
.footMenu dd a{display:block;}
.footMenu .on dt::after{transform: rotate(180deg);}
.footMenu .n dt::after{content:"\e624";transform: rotate(0);}
.footTxt{max-width:26%;margin-left:8%;}
.footTxt .tel{font-size:2em;color:#fff;font-weight:700;font-family:Arial;}
.footTxt p{padding-left:40px;}
.footTxt p i{margin-left:-40px;float:left;font-style:normal;}
.footTxt p span{display: block;}
.footWx{width:150px;text-align:center;}
.footWx span{display:block;margin-top:10px;}
.copyright{border-top: 1px solid #555;padding:25px 0;overflow:hidden;}
.footer a{color:#b6b6b6;}
.footer a:hover{color:#fff;}

.firendlink{padding-top:8px;clear: both;}
.firendlink span{font-size:14px;}
.firendlink a{margin:0 5px;}

/*内页公用 */
.listWrap{padding:40px 0;overflow:hidden;}
.listBan,.mzsmBanner{background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;overflow:hidden;}
.listBan img{width:100%;}
.listBan .txt{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:leftPic .8s;color:#fff;max-width:1600px;margin:0 auto;width:100%;text-align:center;font-size:1.5em;text-transform: uppercase;letter-spacing:2px;line-height:1.2;}
.listBan .txt h3{font-size:1.875em;margin-bottom:20px;position:relative;padding-bottom:20px;}
.listBan .txt h3::after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background:#fff;left:50%;margin-left:-25px;}
.listBan .bgImg,.listBan img{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);-webkit-animation: minus 8s 0s ease both infinite;-moz-animation: minus 8s 0s ease both infinite;animation: minus 8s 0s ease both infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;}
.listBan .hBtn{margin-top:70px;margin-right:20px;border-color:#222;color:#222;font-size:.9em;}
.listBan .hBtn:hover{border-color: #333695;color:#fff;}

.breadCrumb{overflow:hidden;background:#eee;padding:10px 0;}
.listMenu{display:flex;flex-flow:row wrap;z-index:2;font-size:1.143em;margin-bottom:25px;}
.listMenu a{padding:0 20px;line-height:40px;position:relative;z-index:2;}
.listMenu a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#333695;z-index:-1;transition:all .5s;}
.listMenu .cur,.listMenu a:hover{color:#fff;}
.listMenu .cur::after,.listMenu a:hover::after{height:100%;}

/* 产品列表 */
.proList ul{margin-right:-25px;overflow:hidden;}
.proList li{float:left;width:33.3%;margin-bottom:25px;padding-right:25px;}
.proList li a{display:block;border:1px solid #e9e9e9;}
.proList li .pImg{padding-top:72%;}
.proList li .pImg img{height:auto;top:50%;transform: translateY(-50%);}
.proList li .txt{padding:20px 8%;height:150px;overflow:hidden;background:#f6f6f6;text-align:center;}
.proList li h4{font-size:1.286em;font-weight:700;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;}
.proList li p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;color:#777;}
.proList li a:hover img{transform:scale(1.1) translateY(-50%);}
.proList li .more{color:#333695;margin-top:10px;display:block;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(25,101,204,.7);transition:all 0.25s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;}
.proList li .pImg::after{content:"";position:absolute;left:50%;top:50%;margin-left:-20px;margin-top:-20px;background: url('../images/p_more.png') no-repeat;width:40px;height:40px;z-index:2;transform: scale(1.5);opacity:0;transition:all .5s;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg::after{opacity:1;transform: scale(1.1);}
.proList li:hover h4{color:#333695;}


/*  产品详情 */
.proShow_box1{margin-bottom:60px;overflow: hidden;}
.gallery{width:48%;position:relative;}
.galleryBig{position:relative;height:500px;background:#fff;border:1px solid #ddd;}
.galleryBig li{height:500px;line-height:500px;text-align:center;}
.galleryBig p{position: absolute;bottom:-40px;left:0;height:40px;line-height:40px;text-align:center;width:100%;background: rgba(0,0,0,.6);color:#fff;transition:all .5s;z-index:5;}
.galleryBig p i{font-family:"iconfont";font-style:normal;margin-right:15px;}
.galleryBig:hover p{bottom:0;}
.gallery img{max-height:100%; vertical-align: middle;}
.gallerySmall{margin:10px 50px 0 50px;}
.gallerySmall li{cursor:pointer;pointer-events:initial !important;background:#fff;width:20%;height:100px;line-height:100px;text-align:center;padding-right:10px;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:10px;border:1px solid #bdc4ce;}
.gallerySmall .on::after{border:2px solid #333695;}
.gallery .btn{background:#333;width:35px;height:100px;line-height:100px;text-align:center;color:#fff;top:auto;bottom:0;opacity:.6;left:0;}
.gallery .swiper-button-next{right:0px;left:auto;}
.gallery .btn:hover {opacity:1;}

.proShow_R{width:48%;overflow:hidden;height:610px;background:#f4f4f4;padding:3%;}
.proShow_R .title{margin-bottom:20px;border-bottom: 1px solid #ddd;font-size:1.429em;padding-bottom:20px;color:#0070ce;font-weight:700;}
.proShow_R .title span{display:block;font-size:1.4em;}
.proShow_R .font{min-height:120px;line-height:2.2;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .tel p{ font-size: 14px; line-height: 20px;}
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:5px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:15px;font-style:normal;font-size:1.286rem;line-height:1;top:0px;}
.proShow_R .btn a:nth-child(1){color:#333695;}
.proShow_R .btn a:hover{background:#333695;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_main .title{border-bottom:1px solid #ddd; font-size:1.5em;height:50px;margin-bottom:25px;}
.proShow_main .title span{position:relative;display:inline-block;height:50px;}
.proShow_main .title span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#333695;width:100%;}

.proCase{margin-bottom:50px;}
.proCase .title{color:#0070ce;text-align:center;font-size:1.571em;font-weight:700;margin-bottom:25px;}
.proCase ul{margin-right:-30px;}
.proCase li{float:left;width:33.3%;padding-right:30px;font-size:1.143em;}
.proCase li .pImg{padding-top:60%;}
.proCase li p{text-align:center;margin-top:10px;}
.proCase li a:hover img{transform:scale(1.1);}
.proCase .more{display:block;width:140px;height:40px;line-height:40px;background:#0070ce;color:#fff;text-align:center;margin:0 auto;margin-top:40px;}
.proCase .more:hover{background:#f08519;}

/* 推荐产品 */
.hotPro .title{font-size:1.5em;text-align:center;margin-bottom:40px;color:#222;}
.hotPro{background:#f9f9f9;overflow:hidden;position:relative;}
.hotPro_slide{margin:0 60px;overflow:hidden;}
.hotPro li{float: left;width:33.3%;text-align:center;}
.hotPro li .pImg{border:1px solid #e1e1e1;margin-bottom:20px;background:#fff;padding-top:65%;}
.hotPro li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-size:1.286em;}
.hotPro li:hover img{transform:scale(1.1);}
.hotPro li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(25,101,204,.7);transition:all 0.25s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;}
.hotPro li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.hotPro .btn{top:54%;}

/*解决方案*/
.solutionIndex{margin-right:-40px;overflow:hidden;}
.solutionIndex li{float: left;width:50%;margin-bottom:40px;padding-right:40px;}
.solutionIndex li a{display: block;position:relative;border:2px solid transparent;}
.solutionIndex li p{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,.7);height:60px;line-height:60px;text-align:center;color:#fff;font-size:1.286em;transition:all .5s;}
.solutionIndex li a:hover img{transform:scale(1.1);}
.solutionIndex li a:hover p{background:#333695;}
.solutionIndex li a:hover {border-color:#333695;}

.solutionList{margin-right:-30px;}
.solutionList li{float:left;width:33.3%;padding-right:30px;margin-bottom:20px;overflow:hidden;}
.solutionList li a{display:block;border-bottom:0 solid #eaeffd;transition:all .4s linear;position: relative;top:0;}
.solutionList li a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#eaeffd;transition:all .4s linear;}
.solutionList li .txt{padding:15px 0;height:110px;position: relative;z-index:2;}
.solutionList li h3{font-size:1.286em;color:#222;margin-bottom:5px;}
.solutionList li .pImg{padding-top:58%;transition:all .5s;background:#fff;}
.solutionList li p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;color:#888;}
/* .solutionList li a:hover img{transform:scale(1.1);} */
.solutionList li a:hover{top:-6px;}
.solutionList li a:hover::after{height:4px;}

/*服务与支持 */
.hot_keyword{margin-top:30px;}
.hot_keyword span{font-size:1.143em;}
.hot_keyword a{padding:5px 10px;border:1px solid #D9D9D9;background:#f1f1f1;border-radius:4px;margin-right:15px;margin-bottom:10px;}
.hot_keyword a:hover{background:#333695;color:#fff;}
.feedback{overflow:hidden;max-width:1200px;margin:0 auto;margin-top:60px;}
.feedback .title{text-align:center;font-size:1.429em;color:#999;margin-bottom:40px;}
.feedback .title span{display:block;font-size:1.4em;color:#333;}
.feedback li {margin-bottom:30px;}
.feedback li label{width:100%;display: block;color:#333;font-size:1.143em;margin-bottom:10px;}
.feedback li {float:left;width:48%;}
.feedback li.fr{float:right;}
.feedback .area{width:100%;}
.feedback .area textarea{border:1px solid #d2d2d2;width:100%;height:150px;padding:10px 15px;}
.feedback li input{height:42px;line-height:40px;border:1px solid #d2d2d2;width:100%;padding:0 15px;}
.feedback li i{font-style:normal;color:#f00;font-style:normal;margin-right:5px;}
.feedback li.code{padding-right:80px;position:relative;}
.feedback .code img{position:absolute;right:0;width:80px;padding:8px 10px;background:#f1f1f1;}
.feedback .sub{width:370px;background:#333695;height:40px;line-height:40px;color:#fff;text-align:center;margin:0 auto;cursor: pointer;display:block;margin-top:20px;transition:all .5s;}
.feedback .sub:hover{background:#f08519;}

.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:2% 3%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e63e";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#333695;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}

.contactMain{background:#fff;overflow:hidden;padding:25px 3%;}
.caontactTxt{padding-top:30px;overflow:hidden;width:34%;}
#dituContent{height:480px;float:right;width:62%;}

/*企业简介 */
.mb60{margin-bottom:60px;}
.aboutBan{margin-bottom:30px;}
.aboutBox1{position:relative;overflow:hidden;padding:50px 0;}
.aboutBox1::after{content:"";position:absolute;left:22%;width:190px;height:640px;background:#333695;z-index:-1;top:0;}
.aboutBox1 .pic{width:49%;}
.aboutBox1 .title{font-size:4em;color:#333;margin-bottom:50px;}
.aboutBox1 .img{display:block;}
.aboutTxt{width:48%;font-size:1.286em;line-height:2;}

.aboutBox2{font-size:1.143em;}
.listTie{font-size:2.429rem;color:#111;margin-bottom:25px;}
.listTie span{color:#333695;}
.aboutBox2 li{transition:all .5s;position: relative;top:0;}
.aboutBox2 li a{padding:15px;overflow:hidden;display: block;}
.aboutBox2 li h5{position:relative;font-size:1.75em;color:#333695;margin-bottom:10px;padding-left:30px;}
.aboutBox2 li h5::after{content:"";position:absolute;left:0;top:50%;width:12px;height:12px;border:4px solid #333695;border-radius:100%;margin-top:-10px;}
.aboutBox2 li p{padding-left:15px;border-left:2px solid #727272;margin-left:10px;color:#666;}
.aboutBox2 li:nth-child(2n-1){background:#f2f2f2;}
.aboutBox2 li:hover{box-shadow:0 10px 10px #e1e1e1;z-index:2;top:-5px;}
.aboutBox3{text-align:center;}
.aboutBox3 .tie{font-size:1.625em;max-width:680px;margin:0 auto;margin-bottom:40px;}

.aTie{text-align:center;position: relative;margin-bottom:20px;padding-bottom:10px;font-size:1.5rem;color:#000;}
.aTie::after{content:"";position:absolute;left:50%;bottom:0;width:100px;height: 3px;background:#333695;margin-left:-50px;}
.aTie2{text-align:center;font-size:1.143em;margin-bottom:40px;}
.picList ul{margin-right:-25px;}
.picList li{float:left;width:25%;padding-right:25px;margin-bottom:25px;}
.picList li a{display:block;height:220px;line-height:220px;}
.picList li img{width:100%;max-height:100%;object-fit: cover;}
#baguetteBox-overlay .full-image figcaption{bottom:30px !important; color:#fff !important;font-size:1.143em;}
.listBox27 a:hover{color:#111183 !important;}

/*新闻列表 */
.newsList{margin-right:-20px;}
.newsList li{float: left;width:50%;padding-right:20px;margin-bottom:20px;}
.newsList li a{background:#f5f5f5;padding:20px;display:block;overflow:hidden;}
.newsList li .pic{float: left;width:40%;height:160px;overflow:hidden;}
.newsList li img{width:100%;height:100%;object-fit: cover;transition:all .5s;}
.newsList li .txt{width:55%;float:right;}
.newsList li h4{font-size:1.286em;color:#333;margin-bottom:25px;}
.newsList li .date{font-size:12px;color:#999;}
.newsList li a:hover img{transform: scale(1.1);}
.newsList li a:hover h4{color:#1a2c79;}

/* 新闻详情 */
.picShow_l {width:68.5%;overflow:hidden;}
.newsShow{padding-top:20px;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;text-align:center;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:1px;line-height:1;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}
.showPage{border-top: 1px solid #e1e1e1;padding:20px 0;}
.showPage a{max-width:48%;}


